projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0331883
)
(ada-stmt-add-to-ada-menu): Handle the menu pseudo-keys generated by
author
Markus Rost
<rost@math.uni-bielefeld.de>
Thu, 3 Oct 2002 18:20:27 +0000
(18:20 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Thu, 3 Oct 2002 18:20:27 +0000
(18:20 +0000)
easymenu which are lowercase in Emacs 21.4.
lisp/progmodes/ada-stmt.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ada-stmt.el
b/lisp/progmodes/ada-stmt.el
index 277d5d285b39248ed49b52360ce687b023e677d6..cb9e1dcf9340d55bacc92da7fbeff98db98ebce8 100644
(file)
--- a/
lisp/progmodes/ada-stmt.el
+++ b/
lisp/progmodes/ada-stmt.el
@@
-114,7
+114,10
@@
:included '(string= mode-name "Ada"))
menu))
- (define-key-after (lookup-key ada-mode-map [menu-bar Ada]) [Templates]
+ (define-key-after (or
+ (lookup-key ada-mode-map [menu-bar Ada])
+ (lookup-key ada-mode-map [menu-bar ada]))
+ [Templates]
(list 'menu-item
"Templates"
(easy-menu-create-menu "Templates" menu)